<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="expires" content="-1" />
<meta name="description" content="<-BlogTitle->" />
<meta name="keywords" content="" />
<title><-BlogTitle-></title>
<base target="_blank" />
<style type="text/css" media="all">
body {font-family:maiandra gd; background:#ECF0EF url("http://s2.picofile.com/file/7692048488/124.jpg") no-repeat fixed top right; font-size: 12px; color: #000;}
#Granny {width:600px; float:left;}
a {text-decoration:none; color:#F0408B; }
a:hover {text-decoration:underline;}
#HeaderCont {color:#F0408B; direction: rtl; text-align:center; margin:15px; font-size:16px; font-weight:bold;}
#HeaderInn {color:#000; direction: rtl; text-align:center; margin:15px; font-size:14px; }
#HeaderimgCont {margin:10px;}
#MainAndSides {margin:5px;}
#MainCol {width:65%; float:left; }
.OnePost {background:#fff; direction: rtl; box-shadow:2px 2px 5px 1px #F0408B; border-radius:5em;}
.OnePost img {max-width:370px; opacity:0.5; -webkit-transition:1s; -moz-transition:1s; -o-transition:1s; }
.OnePost img:hover {opacity:1; -webkit-transition:1s; -moz-transition:1s; -o-transition:1s;}
.TopPost {padding:5px;}
.MidPost {padding:5px; }
.BotPost {margin-top:5px; font-size:11px; direction: rtl; padding:5px 0px 5px 0px;}
.TitleHeaderPost {color:#F0408B; direction: rtl; text-align:center; font-size:14px; font-weight:bold;}
.PostTextBody {direction: rtl; padding:5px; font-size:12px; color:#000; text-align:justify; line-height: 150%; }
.PermFooterPost {color:#000;}
.PermFooterPost a {color:#000;}
.PermFooterPost a:hover {}
.PostSep {height:10px; }
#SideLCol {width:25%; float:right; font-size:13px; margin-bottom:20px;}
#SideLCol img {max-width:135px; margin-bottom:2px;}
#AboutBox {display:none; direction: rtl; padding:5px; border:1px solid #F0408B; border-radius:0.5em;}
#DesignBox {display:none; direction: rtl; padding:5px; border:1px solid #E773C8; border-radius:0.5em;}
#CatsBox {display:none; direction: rtl; padding:5px; border:1px solid #C4B4E3; border-radius:0.5em;}
#AuthorsBox {display:none; direction: rtl; padding:5px; border:1px solid #9C6DBC; border-radius:0.5em;}
#ArchiveBox {display:none; direction: rtl; padding:5px; border:1px solid #C4B4E3; border-radius:0.5em;}
#LinksBox {display:none; direction: rtl; padding:5px; border:1px solid #E773C8; border-radius:0.5em;}
#OtherBox {display:none; direction: rtl; padding:5px; border:1px solid #F0408B; border-radius:0.5em;}
#SideLCol a {color:#000;}
#SideLCol a:hover {color:#F0408B;}
#SideLCol .Sep {height:5px;}
#AboutTitle {font-size:14px; color:#fff; padding:3px; background:#F0408B; margin-bottom:1px; border-radius:5em; box-shadow:2px 2px 5px 1px #F0408B;}
#DesignTitle {font-size:14px; color:#fff; padding:3px; background:#E773C8; margin-bottom:1px; border-radius:5em; box-shadow:2px 2px 5px 1px #E773C8;}
#CatsTitle {font-size:14px; color:#fff; padding:3px; background:#C4B4E3; margin-bottom:1px; border-radius:5em; box-shadow:2px 2px 5px 1px #C4B4E3;}
#AuthorsTitle {font-size:14px; color:#fff; padding:3px; background:#9C6DBC; margin-bottom:1px; border-radius:5em; box-shadow:2px 2px 5px 1px #9C6DBC;}
#ArchiveTitle {font-size:14px; color:#fff; padding:3px; background:#C4B4E3; margin-bottom:1px; border-radius:5em; box-shadow:2px 2px 5px 1px #C4B4E3;}
#LinksTitle {font-size:14px; color:#fff; padding:3px; background:#E773C8; margin-bottom:1px; border-radius:5em; box-shadow:2px 2px 5px 1px #E773C8;}
#OtherTitle {font-size:14px; color:#fff; padding:3px; background:#F0408B; margin-bottom:1px; border-radius:5em; box-shadow:2px 2px 5px 1px #F0408B;}
</style>
<script type="text/javascript" langauge="javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" language="javascript">
<!--
function GetBC(lngPostid) {
var intTimeZone="<-BlogTimeZone->", strBlogId="<-BlogId->", intCount=-1, strResult="";
try {
for (i=0;i<BlogComments.length;i+=2) {
if (BlogComments[i]==lngPostid)
intCount=BlogComments[i+1] ;}
} catch(e) {}
if (intCount == -1) strResult="CM's";
if (intCount == 0) strResult="No CM";
if (intCount == 1) strResult="1CM";
if (intCount > 1) strResult=intCount + "CM";
var strUrl = "/comments/?blogid=" + strBlogId + "&postid=" + lngPostid + "&timezone=" + intTimeZone;
var strResult = "<a href=\"javascript:void(0)\" target=\"_self\" onclick=\"javascript:window.open('"+strUrl+"','blogfa_comments','status=yes,scrollbars=yes,toolbar=no,menubar=no,location=no,width=500px,height=500px')\" >"+strResult+"</a>" ;
document.write(strResult);}
function OpenLD() {
window.open('/links','blogfa_ld','status=yes,scrollbars=yes,toolbar=no,menubar=no,location=no ,width=500px,height=500px');
return true; }
// -->
$(document).ready(function(){
$("#AboutTitle").click(function(){
$("#AboutBox").slideToggle(800);
});
$("#DesignTitle").click(function(){
$("#DesignBox").slideToggle(800);
});
$("#CatsTitle").click(function(){
$("#CatsBox").slideToggle(800);
});
$("#AuthorsTitle").click(function(){
$("#AuthorsBox").slideToggle(800);
});
$("#ArchiveTitle").click(function(){
$("#ArchiveBox").slideToggle(800);
});
$("#LinksTitle").click(function(){
$("#LinksBox").slideToggle(800);
});
$("#OtherTitle").click(function(){
$("#OtherBox").slideToggle(800);
});
});
</script>
</head>
<body>
<div id="HeaderCont"><-BlogTitle-></div>
<div id="HeaderInn"><-BlogDescription-></div>
<center>
<div id="Granny">
<div id="MainAndSides">
<!-- ==================== Main Column ==================== -->
<div id="MainCol">
<BLOGFA>
<div class="OnePost">
<a name="<-PostId->"></a>
<div class="TopPost">
<div class="TitleHeaderPost"><-PostTitle-></div>
</div>
<div class="MidPost">
<div class="PostTextBody"><-PostContent-></div>
<BlogExtendedPost><a href="<-PostLink->">...Continue</a></BlogExtendedPost>
</div>
<div class="BotPost">
<div class="PermFooterPost">
<-PostAuthor-> | <-PostDate-> |
<BlogComment>
<script language="javascript" type="text/javascript">GetBC("<-PostId->");</script>
</BlogComment>
</div>
</div>
</div>
<div class="PostSep"></div>
</BLOGFA>
</div>
<!-- =================== Side L Column =================== -->
<div id="SideLCol">
<div id="AboutTitle">About</div>
<div id="AboutBox">
<BlogPhoto><img src="<-BlogPhotoLink->"></br>
<-BlogAbout-></br>
<hr width="80%" color="#BF8FEA">
<a href="mailto:<-BlogEmail->">Email</a> |
<a href="<-BlogUrl->/profile">Profile</a>
</div><div class="Sep"></div>
<div id="DesignTitle">Design</div>
<div id="DesignBox">
<a href="http://templateworld.blogfa.com/">Template World</a>
</div><div class="Sep"></div>
<div id="CatsTitle">Categories</div>
<div id="CatsBox">
<BlogCategories>
<a href="<-CategoryLink->" ><-CategoryName-></a><br>
</BlogCategories>
</div><div class="Sep"></div>
<div id="AuthorsTitle">Authors</div>
<div id="AuthorsBox">
<BlogAuthors>
<a href="<-AuthorLink->" ><-AuthorName-></a><br>
</BlogAuthors>
</div><div class="Sep"></div>
<div id="ArchiveTitle">Archive</div>
<div id="ArchiveBox">
<BlogArchive>
<a href="<-ArchiveLink->" target="_blank" ><-ArchiveTitle-></a><br>
</BlogArchive>
</div><div class="Sep"></div>
<div id="LinksTitle">Links</div>
<div id="LinksBox">
<a href="<-BlogUrl->/links" target="_blank" >Daily Links</a><br>
<BlogLinks>
<a href="<-LinkUrl->" target="_blank" ><-LinkTitle-></a><br>
</BlogLinks>
</div><div class="Sep"></div>
<div id="OtherTitle">Other</div>
<div id="OtherBox">
<-BlogCustomHtml->
</div>
</div>
</div></div>
</center>
</body>
</html>
نظرات شما عزیزان:
تبادل لینک هوشمند
برای تبادل لینک ابتدا ما را با عنوان دنیای دخترونه و آدرس ran1391.LXB.ir لینک نمایید سپس مشخصات لینک خود را در زیر نوشته . در صورت وجود لینک ما در سایت شما لینکتان به طور خودکار در سایت ما قرار میگیرد.
| |
وب : | |
پیام : | |
2+2=: | |
(Refresh) |
<-PollItems->
خبرنامه وب سایت:
آمار وب سایت:
بازدید دیروز : 7
بازدید هفته : 64
بازدید ماه : 278
بازدید کل : 168602
تعداد مطالب : 526
تعداد نظرات : 167
تعداد آنلاین : 1